Package-level declarations
Types
Link copied to clipboard
public abstract class BaseAdapter<T extends BaseViewHolder<W>, W extends Object> extends RecyclerView.Adapter<T>
BaseAdapter is an abstract class that holds the data for the recycler view
Link copied to clipboard
public final class KeyValueDataAdapter extends BaseAdapter<BaseViewHolder<Pair<String, String>>, Pair<String, String>>
KeyValueDataAdapter is an adapter class that holds the key, value pairs for the recycler view when it shows metadata in the SensePrint that is unmasked/not encrypted with the user's face